home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / warpup1.lha / WarpUP-WarpOS / Demos / Voxelspace / voxel_english.readme < prev    next >
Text File  |  1997-12-24  |  3KB  |  65 lines

  1.  
  2.     Voxelspace-Problems     18.8.97 by Sam Jordan
  3.     ---------------------------------------------
  4.  
  5. The voxelspace demo is a highly optimized demonstration of the
  6. PowerPC processor and of the fast graphics display, too. There
  7. were a lot of new techniques tested which could become established
  8. in the future. Therefore, at this time, problems can occur dependant
  9. of the hardware and software configuration. The voxelspace demo
  10. now offers some options which can be used to bypass such problems.
  11.  
  12. The most important parameters which can cause problems:
  13.  
  14. 'm'     : This parameter enables a 'MMU-hack' for the 68K processor
  15.       (68040/68060 only). This option allows the access to the
  16.       68K-MMU in a completely non-system-compliant way and can
  17.       therefore cause many problems. Until now there were reported
  18.       complete hang-ups of the systems and problems with the CSPPC-
  19.       SCSI controller. This parameter has absolutely
  20.       no influence on the performance of the PowerPC, so it can
  21.       be omitted, if only the PPC performance plays a role.
  22.  
  23. 'g'     : This option enables the direct graphics board access. In this
  24.       mode the frame is created directly in the frame buffer
  25.       (TURBOGFX mode).
  26.       By default, the demo tries to access the bitmap as system-
  27.       compliant as possible, so the bitmap is locked and unlocked
  28.       using the functions of the 'cybergraphics.library'. Nevertheless
  29.       problems can occur in this mode, especially on different
  30.       graphics boards.
  31.  
  32. 'nl'    : This parameter only plays a role when 'g' is enabled and 'mo'
  33.       is disabled. It disables the lockint/unlocking of the bitmap
  34.       in TURBOGFX-mode. If the option 'g' causes problems, the
  35.       combination 'g nl' should be tried out.
  36.  
  37. 'mo'    : This parameter only plays a role when 'g' is enable. The address
  38.       of the bitmap is then evaluated using an alternative method.
  39.       The standard method was broken on some older versions of
  40.       CyberGFX, so if problems occur, the combination 'g mo' should
  41.       be tried out.
  42.  
  43. 'c'     : This parameter only plays a role, when 'g' is disabled. This
  44.       enables the standard method of graphics board access, but
  45.       additionally, 'Multibuffering' ist used. This can cause
  46.       problems if certain commodities run in the background, i.e
  47.       blanker.
  48.  
  49. 'w'     : This parameter enables the options 'm', 't' and 'g'. In the
  50.       case that one of these options doesn't work, the parameter
  51.       'w' should not be used.
  52.  
  53. NEW: Since V1.6, the voxelspace demo supports the OS3.0 multibuffering with
  54. P96 (only if P96 is installed). Therefore an appropriate new version of
  55. P96 has to be installed so that the demo still works with the modes
  56. WARP/TURBOGFX and CGFXPLUS.
  57.  
  58. Finally I want to mention a known problem when using multibuffering
  59. with CyberGFX. Crashs can occur, if the mousebuttons are pressed.
  60. Usually some commodities are responsible for these problems. In this
  61. case these commodities should be disabled or the voxelspace demo
  62. should be startet without the parameters 'w', 'c' and 'g'.
  63.  
  64.  
  65.